home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
developer-tools
/
aros
/
source
/
exec
/
internal
/
i386-emul
/
supervisor.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-16
|
223 b
|
13 lines
.text
.align 16
.globl Exec_Supervisor
.type Exec_Supervisor,@function
Exec_Supervisor:
/* The emulation has no real supervisor mode. */
subl $4,%esp
pushl %eax
movl 12(%esp),%eax
movl %eax,4(%esp)
popl %eax
ret